const runtime.mutex_unlocked
9 uses
runtime (current package)
lock_futex.go#L26: mutex_unlocked = 0
lock_futex.go#L60: if v == mutex_unlocked {
lock_futex.go#L82: for l.key == mutex_unlocked {
lock_futex.go#L83: if atomic.Cas(key32(&l.key), mutex_unlocked, wait) {
lock_futex.go#L92: for l.key == mutex_unlocked {
lock_futex.go#L93: if atomic.Cas(key32(&l.key), mutex_unlocked, wait) {
lock_futex.go#L102: if v == mutex_unlocked {
lock_futex.go#L115: v := atomic.Xchg(key32(&l.key), mutex_unlocked)
lock_futex.go#L116: if v == mutex_unlocked {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)